home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / axterix.swf / scripts / DefineButton2_477 / BUTTONCONDACTION on(release).as
Text File  |  2011-09-19  |  94b  |  5 lines

  1. on(release){
  2.    _parent.gotoAndStop(_parent._currentFrame - 1);
  3.    this.gotoAndPlay(1);
  4. }
  5.